/* 天使系列标题弹层2 */
#rbts {
  position: relative;
}

#rbts::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}

#rbts:hover .rbts-tit {
  display: block;
}

#rbts .rbts-tit {
  width: 1.46rem;
  min-width: 1.46rem;
  /* padding: 0 0.02rem; */
  height: 0.87rem;
  /* height: 0.82rem; */
  line-height: 0.36rem;
  border-radius: 0.03rem;
  text-align: center;
  /* background: #ffffff; */
  color: #000000;
  display: none;
  background: url(../images/entry-bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -30%;
  top: 130%;
  /* transform: translateX(-50%); */
}

#rbts .rbts-tit .line-item {
  /* height: 50%; */
  height: 0.38rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.05rem 0rem;
  box-sizing: border-box;
  position: relative;
}
#rbts .rbts-tit .line-item:first-child {
  margin-top: 0.08rem;
}
#rbts .rbts-tit .line-item:first-child::after {
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.06); */
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
  width: calc(100%);
}

#rbts .rbts-tit .line-item .entry-login {
  width: 0.62rem;
  object-fit: contain;
  height: 0.22rem;
  margin-right: 0.04rem;
}

#rbts .rbts-tit .line-item .entry-label {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.2rem;
  color: #000000;
}

/* #rbts .rbts-tit::after { */
/* content: "";
    display: inline-block;
    width: 0rem;
    height: 0rem;
    border: 0.1rem solid transparent;
    border-bottom: 0.1rem solid #ffffff;
  
    position: absolute;
    left: 50%;
    top: -0.2rem; */
/* } */

/* 标题弹层 */
#rzjg {
  position: relative;
}

#rzjg:hover .rzjg-tit {
  display: block;
}

#rzjg .rzjg-tit {
  /* width: 270%;
    height: 0.36rem;
    line-height: 0.36rem;
    border-radius: 0.03rem;
    text-align: center;
    background: #034636;
    color: #ffffff;
     */
  width: 3.3rem;
  display: none;
  min-width: 3.09rem;
  height: 0.47rem;
  background: url(../images/baonida-bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -100%;
  top: 130%;
  /* line-height: 0.56rem; */
  text-align: center;
  color: #000000;
  font-size: 0.14rem;
  /* transform: translateX(-50%); */
}
#rzjg .rzjg-tit .inn {
  position: relative;
  top: 0.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.4rem;
}
#rzjg img {
  width: 1.16rem;
  height: 0.16rem;
  position: relative;
  top: -0.01rem;
}
/* #rzjg .rzjg-tit::after {
    content: "";
    display: inline-block;
    width: 0rem;
    height: 0rem;
    border: 0.1rem solid transparent;
    border-bottom: 0.1rem solid #034636;
  
    position: absolute;
    left: 50%;
    top: -0.2rem;
  } */
